home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 72 / maccd 72.iso / updates / HTML Xtra 2.0.5 / HTML205.sit / HTML205 / xtradoc.dir / 00008_Movie Script.ls < prev    next >
Encoding:
Text File  |  1999-02-22  |  923 b   |  23 lines

  1. on startMovie
  2.   global ghtmlnormfont, ghtmlheadfont, ghtmlttfont, ghtmlfontsize, ghtmlpath, ghtmllinkred, ghtmllinkgreen, ghtmllinkblue, ghtmlsmoothness, ghtmlmargin, gmac, gsep, ghandcursor
  3.   set ghandcursor to [member "hand", member "handmask"]
  4.   if the machineType = 256 then
  5.     set gmac to 0
  6.     set gsep to "\"
  7.   else
  8.     set gmac to 1
  9.     set gsep to ":"
  10.   end if
  11.   htmlstartmovie()
  12.   set the text of field "normfont" to ghtmlnormfont
  13.   set the text of field "ttfont" to ghtmlttfont
  14.   set the text of field "headfont" to ghtmlheadfont
  15.   set the text of field "fontsize" to string(ghtmlfontsize)
  16.   set the text of field "red" to string(ghtmllinkred)
  17.   set the text of field "green" to string(ghtmllinkgreen)
  18.   set the text of field "blue" to string(ghtmllinkblue)
  19.   set the text of field "smooth" to string(ghtmlsmoothness)
  20.   set the text of field "margin" to string(ghtmlmargin)
  21.   set ghtmlpath to the moviePath
  22. end
  23.